From 7a269400ca35b1287d30b8e3e747cb26a1e13285 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 8 Dec 2005 00:11:55 +0000 Subject: [PATCH] Fixed declared data type of color options. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1635 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/ozi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/ozi.c b/gpsbabel/ozi.c index 8238678f2..f4d0f509c 100644 --- a/gpsbabel/ozi.c +++ b/gpsbabel/ozi.c @@ -66,9 +66,9 @@ arglist_t ozi_args[] = { {"snunique", &snuniqueopt, "Make synth. shortnames unique", NULL, ARGTYPE_BOOL}, {"wptfgcolor", &wptfgcolor, "Waypoint foreground color", - "black", ARGTYPE_INT}, + "black", ARGTYPE_STRING}, {"wptbgcolor", &wptbgcolor, "Waypoint background color", - "yellow", ARGTYPE_INT}, + "yellow", ARGTYPE_STRING}, {0, 0, 0, 0, 0} }; -- 2.30.2